body{
    position: absolute;
    height: max-content;
    width: 100%;
    top: 0;
    left: 0;
}
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: aliceblue;
}
:root{
    --back: #262A2E;
}
*::-webkit-scrollbar {
    background-color: none;
    width: 1vh;
}

*::-webkit-scrollbar-track {
    background-color: none;
}

*::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 100px;
}
@keyframes Write{
    0%{
        opacity: 0%;
    }
    50%{
        opacity: 100%;
    }
    100%{
        opacity: 0%;
    }
}


.big{
    height: 100vh;
    min-height: max-content;
    width: 100%;
    display: flex;
}
.Ccol{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Crow{
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.n1{
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    background: url('../../../../../cloudfront-eu-central-1.images.arcpublishing.com/leparisien/PZQAA7TWSJDWHJTD327NJWOSL4.jpg');
    background-size: cover;
    backdrop-filter: brightness(70%);
    background-position: left;
}
.colorback{
    background-color: var(--back);
}


.hellotext{
    font-size: 16vh;
    font-weight: 600;
    margin: 0 0 4vh 4vw;
}
.hellotext::after{
    content: '';
    height: 17vh;
    width: 1vw;
    background-color: yellowgreen;
    position: absolute;
    animation: Write 1s both 2s infinite;
}
.helloScroll{
    position: absolute;
    border-radius: 100mm;
    border: 0.1vh solid var(--back);
    height: 10vh;
    width: 10vh;
    top: 80vh;
    right: 8vw;
    background: url('down-arrow.png');
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
    transition: 0.1s all linear 0.1s;
    animation: scroll_scroll 1.3s infinite;
    
}
@keyframes scroll_scroll {
    0%{
        background-position: center center;
        background-size: 70%;
    }
    50%{
        background-position: bottom;
        background-size: 75%;
    }
    100% {
        background-position: center center;
        background-size: 70%;
    }
}
.darkness{
    height: 13vh;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--back) 100%);
    position: absolute;
    top: 100;
}





.gs1{background: url('%c3%90%c2%b2%c3%90%c2%be%c3%90%c2%b2%c3%90%c2%ba%c3%90%c2%be%c3%90%c2%b2%c3%90%c2%ba%c3%90%c2%be.html');}
.gs2{background: url('awfs.png');}
.gs3{background: url('fts.png');}











.headge{
    height: 10vh;
    width: 90.5%;
    padding-left: 9.5%;
    font-size: 10vh;
    font-weight: 600;
}
.cardsZone{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 70%;
    width: 100%;
    margin: 3vh 0;
}
.n2Buttonzone{
    display: flex;
    height: 10%;
    width: 100%;
}



.card{
    height: 100%;
    width: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.card .img{
    height: 50%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8mm;
}
.card .text{
    height: max-content;
    width: 95%;
    padding: 2.5% 0% 2.5% 5%;
    display: flex;
    font-size: 2.5vh;
}
.card .other{
    
    height: 100%;
    width: 95%;
    padding-left: 5%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.other span{
    font-size: 2.2vh;
    font-weight: 600;
    color: #94a0a7;
}

.vgendhior{
    height: 7vh;
    width: 13vw;
    border-radius: 100mm;
    border: none;
    outline: none;
    background-color: #313C42;
    border: 0.2vh solid #89e3bb0f;
    font-size: 2.8vh;
}




.n3{
    justify-content: space-evenly !important;
}
.n3block1{

    height: 60%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.n3block2{
    height: calc(60% - 22vh);
    width: calc(40% - 22vh);
    padding: 11vh;
    border-radius: 8vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    border: 0.2vh solid #89E3BA;
}


.osgoo{
    width: max-content;
    height: max-content;
    font-size: 11vh;
    font-weight: 600;

}
.osgoo::after{
    content: '*';
    position: absolute;
    font-size: 18vh;
    font-weight: 800;
    overflow: clip;
    transform: translateY(-6vh) translateX(-2vh);
    color: #89E3BA;
    

}
.osgoo2{
    height: max-content;
    width: 80%;
    font-size: 2.5vh;

}
.osgoo3{
    height: 7vh;
    width: 80%;
    display: flex;
    gap: 2vw;
    margin-top: 7vh;
}
.osgoo3 input{
    height: 100%;
    width: 13vw;
    border-radius: 100mm;
    border: none;
    outline: none;
    background-color: #89E3BA;
    border: 0.2vh solid #89E3BA;
    font-size: 2vh;
}
.osgoo3 .AWgag{
    background: none !important;
}
.seghsh{
    width: 100%;
    height: max-content;
    font-size: 2.7vh;
    color: #94a0a7;
}
.seghsh1{
    width: 100%;
    height: max-content;
    font-size: 7vh;
}
.HrRef{
    margin-top: 15%;
    height: 12vh;
    width: 100%;
    display: flex;
    flex-direction: row;
}
.HrRef img{
    height: calc(100% - 0.8vh);
    border-radius: 100mm;
    padding: 0.2vh;
}
.heRrows{
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.heRoWs1{
    height: max-content;
    width: 94%;
    padding-left: 6%;
    font-size: 4vh;
}
.heRoWs2 {
    height: max-content;
    width: 94%;
    padding-left: 6%;
    font-size: 2.2vh;
}



.n4{
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
}
.headgeN4{
    height: max-content;
    width: 85%;
    padding-left: 15%;
    font-size: 10vh;
    font-weight: 600;
}
.n4Flexit{
    width: 42%;
    height: max-content;
    display: flex;
    flex-direction: column;
}
.bnrax{
    height: 10vh;
    width: 94%;
    padding: 0 3%;
    position: relative;
    background-color: #292B2E;
    border: 0.2vh solid #313439;
    margin: 1vh 0;
    border-radius: 8mm;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border: 0.2vh solid #89e3bb0f;
    font-size: 3vh;
}


.sihEGPOI1{left: -10vw;}
.sihEGPOI2{left: -5vw;}
.sihEGPOI3{left: -0vw;}
.sihEGPOI4{right: -5vw;}
.sihEGPOI5{right: -10vw;}
.sihEGPOI6{right: -15vw;}

.plus{
    margin: auto 0;
    border-radius: 100mm;
    background-color: #262A2E;
    height: 5vh;
    width: 5vh;
    display: grid;
    place-items: center;
    border: 0.2vh solid #89E3BA;
}
.plus img{
    height: 60%;
    width: 60%;
}